PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package
/
PDFPath Class
/ addPolygon Method
An array of points that define the polygon vertices.
Collapse All
Expand All
In This Topic
addPolygon Method
In This Topic
Adds a polygon to path.
Syntax
public
void
addPolygon(
PDFPoint
[]
points
)
Parameters
points
An array of points that define the polygon vertices.
Exceptions
Exception
Description
java.lang.IllegalArgumentException
when points parameter is null.
See Also
Reference
PDFPath Class
PDFPath Members